projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71adc74
)
Adwaita: remove unneeded margin on dropdown menu
author
Lapo Calamandrei
<calamandrei@gmail.com>
Tue, 9 May 2017 10:45:22 +0000
(12:45 +0200)
committer
Lapo Calamandrei
<calamandrei@gmail.com>
Tue, 9 May 2017 10:48:12 +0000
(12:48 +0200)
That margin was probably a left over to workaround some placement
issue on dropdowns which doesn't exist anymore.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index d971ac7220b39e78281b5a85b5115360d586ae1e..d2d9122272d3db4d594bc0ff4f366fcb06b27158 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1898,7
+1898,6
@@
menubar,
menu,
.menu,
.context-menu {
- margin: 4px;
padding: 2px 0px;
background-color: $menu_color;
border: 1px solid $borders_color; // adds borders in a non composited env